home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / db3.6-beta / db3.6-beta-src / db.history < prev    next >
Text File  |  1999-11-30  |  4KB  |  67 lines

  1.  
  2.                                     D B
  3.  
  4.  ========================================================================
  5.  
  6.                   The small and powerful database program
  7.  
  8.                     by David Ekholm and Marcin Orlowski
  9.  
  10.          e-mail: carlos@amiga.com.pl   WWW: http://amiga.com.pl/db/
  11.  
  12.   ========================================================================
  13.  
  14.   * V3.6 (15.11.99)  ** THIS IS SNAPSHOT OF THE BETA VERSION! **
  15.  
  16.                     - DEFPATTERN argument was always ignored by previous
  17.                       version of db
  18.                     - You can now change the type of any field from within
  19.                       the edit field window
  20.                     - New ARexx command "SortOrder" allows you to switch
  21.                       sorting order between ascending and descending
  22.                       (equivalent of Settings/SortOrder menu item)
  23.  
  24.                      BAD NEWS:
  25.                      The last modification I've done in the DB's sources
  26.                      are dated 14.03.1998, so they ain't fresh. As you
  27.                      probably guessed, I am not doing DB development
  28.                      any longer (after using DB for many years, I've now
  29.                      switched to Amiga port of mSQL which I found more
  30.                      flexible for my purposes and very fast for the amount
  31.                      of records I've had in all my databases). Thanks to
  32.                      msql.library (with ARexx port!) using SQL engine is
  33.                      now as powerful as it should. Give mSQL a try as well
  34.                      (shall be on Aminet as well). Companion tools are
  35.                      also available (search for "msql")
  36.                      
  37.                      I've released the sources as well. Anyone who wish
  38.                      to continue the development, please feel free to
  39.                      grab them and do anything you want.
  40.  
  41.  
  42.   * V3.5 (24.09.97) - As David's dropped the DB project (at least for now),
  43.                       starting from version 3.5 DB is developed by
  44.                       Marcin Orlowski, so all your bug reports, oppinions
  45.                       etc concerning DB should be mailed to him. Don't
  46.                       forget to visit the DB home page (URL is placed above).
  47.                     - Added TEXT type to view design toolbar.
  48.                     - Added TEXTFIELD type to view design toolbar
  49.                       (however you can't change its height in editor yet)
  50.                     - Added abbreviations to Shell template
  51.                     - Trailing ':' is no longer added to selector window's
  52.                       title if the record label the title is based on,
  53.                       already has it.
  54.                     - Edit view related strings are now localized
  55.                     - New CLI/tooltype DEFPATTERN (def. "#?")
  56.                     - New CLI/tooltype DEFREXXPATTERN (def. "#?.(db|rexxdb)")
  57.                     - Toolbox items call be also accessed via F1-F5 keys
  58.                       directly from edit view window
  59.                     - New menu item - reload current project
  60.                     - New menu item - relaunch recently selected ARexx script
  61.                     - Hungarian translation added. DB now supports 14 languages.
  62.                       Unfortunately, most of existing translations
  63.                       are a little bit outdated with this edition. Hope that
  64.                       will change with next release, when all will finish their
  65.                       holidays. For now you can use old catalogs but all newly
  66.                       localised strings will appear in english.
  67.